home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / demos / devel3.exe / SEGIO.H < prev    next >
C/C++ Source or Header  |  1992-06-05  |  626b  |  18 lines

  1. /* Header file for segment i/o routines */
  2.  
  3. /* Written by Bernie Roehl, May 1992 */
  4.  
  5. /* Copyright 1992 by Dave Stampe and Bernie Roehl.
  6.    May be freely used to write software for release into the public domain;
  7.    all commercial endeavours MUST contact Bernie Roehl and Dave Stampe
  8.    for permission to incorporate any part of this software into their
  9.    products!
  10.  */
  11.  
  12. extern int readseg_err;
  13.  
  14. extern void set_readseg_objlist(OBJLIST *olist);
  15. extern void set_readseg_seglist(SEGMENT **ptr, int maxsegs);
  16. extern SEGMENT *readseg(FILE *in, SEGMENT *parent);
  17. extern writeseg(FILE *out, SEGMENT *s, int level);
  18.